projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c8e9a
)
minor update to thread-join docs
author
Tom Tromey
<tromey@redhat.com>
Sat, 25 Aug 2012 20:09:04 +0000
(14:09 -0600)
committer
Tom Tromey
<tromey@redhat.com>
Sat, 25 Aug 2012 20:09:04 +0000
(14:09 -0600)
doc/lispref/threads.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/threads.texi
b/doc/lispref/threads.texi
index 434915cdbc20d44d92f944b35ae58882464647f9..5c4c62f2c06a2a4ef8d145a7ff2a9d1cfae28c7b 100644
(file)
--- a/
doc/lispref/threads.texi
+++ b/
doc/lispref/threads.texi
@@
-67,7
+67,9
@@
thread, @code{nil} otherwise.
@end defun
@defun thread-join thread
-Block until @var{thread} exits, or until the current thread is signaled.
+Block until @var{thread} exits, or until the current thread is
+signaled. If @var{thread} has already exited, this returns
+immediately.
@end defun
@defun thread-signal thread error-symbol data